xSQL Schema Compare SDK for SQL Server version 12
PairCollectionBase<TPair,TItem> Class
Members 


The type of pair in the collection.
The type of entity in the collection.
Provides the base class for a collection of pairs.
Object Model
PairCollectionBase<TPair,TItem> Class
Syntax
'Declaration
 
Public Class PairCollectionBase
    (Of TPair As SqlPairBase(Of TItem),
     TItem As SqlEntity) 
   Inherits System.Collections.ObjectModel.Collection(Of TPair)
public class PairCollectionBase<TPair,TItem> : System.Collections.ObjectModel.Collection<TPair> 
where TPair: SqlPairBase<TItem>
where TItem: SqlEntity
public __gc class PairCollectionBase<TPair,TItem> : public System.Collections.ObjectModel.Collection<TPair> 
where TPair: SqlPairBase<TItem>
where TItem: SqlEntity
Type Parameters
TPair
The type of pair in the collection.
TItem
The type of entity in the collection.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      xSQL.SchemaCompare.SqlServer.PairCollectionBase<TPair,TItem>
         xSQL.SchemaCompare.SqlServer.SqlAggregatePairCollection
         xSQL.SchemaCompare.SqlServer.SqlApplicationRolePairCollection
         xSQL.SchemaCompare.SqlServer.SqlAssemblyFilePairCollection
         xSQL.SchemaCompare.SqlServer.SqlAssemblyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlAsymmetricKeyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerContractPairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerMessageTypeMappingPairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerMessageTypePairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerPriorityPairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerQueuePairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerRemoteServiceBindingPairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerRoutePairCollection
         xSQL.SchemaCompare.SqlServer.SqlBrokerServicePairCollection
         xSQL.SchemaCompare.SqlServer.SqlCertificatePairCollection
         xSQL.SchemaCompare.SqlServer.SqlCheckConstraintPairCollection
         xSQL.SchemaCompare.SqlServer.SqlClrDatabaseTriggerPairCollection
         xSQL.SchemaCompare.SqlServer.SqlClrDataTypePairCollection
         xSQL.SchemaCompare.SqlServer.SqlClrFunctionPairCollection
         xSQL.SchemaCompare.SqlServer.SqlClrProcedurePairCollection
         xSQL.SchemaCompare.SqlServer.SqlClrTriggerPairCollection
         xSQL.SchemaCompare.SqlServer.SqlColumnEncryptionKeyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlColumnEncryptionKeyValuePairCollection
         xSQL.SchemaCompare.SqlServer.SqlColumnMasterKeyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlColumnPairCollection
         xSQL.SchemaCompare.SqlServer.SqlDatabaseRolePairCollection
         xSQL.SchemaCompare.SqlServer.SqlDatabaseTriggerPairCollection
         xSQL.SchemaCompare.SqlServer.SqlDataFilePairCollection
         xSQL.SchemaCompare.SqlServer.SqlDefaultConstraintPairCollection
         xSQL.SchemaCompare.SqlServer.SqlDefaultPairCollection
         xSQL.SchemaCompare.SqlServer.SqlEdgeConstraintPairCollection
         xSQL.SchemaCompare.SqlServer.SqlExtendedPropertyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlFileGroupPairCollection
         xSQL.SchemaCompare.SqlServer.SqlForeignKeyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlFullTextCatalogPairCollection
         xSQL.SchemaCompare.SqlServer.SqlFullTextStopListPairCollection
         xSQL.SchemaCompare.SqlServer.SqlFunctionPairCollection
         xSQL.SchemaCompare.SqlServer.SqlIndexPairCollection
         xSQL.SchemaCompare.SqlServer.SqlLogFilePairCollection
         xSQL.SchemaCompare.SqlServer.SqlMemoryTablePairCollection
         xSQL.SchemaCompare.SqlServer.SqlPartitionFunctionPairCollection
         xSQL.SchemaCompare.SqlServer.SqlPartitionSchemePairCollection
         xSQL.SchemaCompare.SqlServer.SqlPermissionPairCollection
         xSQL.SchemaCompare.SqlServer.SqlProcedurePairCollection
         xSQL.SchemaCompare.SqlServer.SqlRulePairCollection
         xSQL.SchemaCompare.SqlServer.SqlSchemaPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSearchPropertyListPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSearchPropertyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSecurityPolicyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSecurityPredicatePairCollection
         xSQL.SchemaCompare.SqlServer.SqlSequencePairCollection
         xSQL.SchemaCompare.SqlServer.SqlSpatialIndexPairCollection
         xSQL.SchemaCompare.SqlServer.SqlStatisticPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSymmetricKeyPairCollection
         xSQL.SchemaCompare.SqlServer.SqlSynonymPairCollection
         xSQL.SchemaCompare.SqlServer.SqlTablePairCollection
         xSQL.SchemaCompare.SqlServer.SqlTriggerPairCollection
         xSQL.SchemaCompare.SqlServer.SqlUniqueConstraintPairCollection
         xSQL.SchemaCompare.SqlServer.SqlUserDefinedDataTypePairCollection
         xSQL.SchemaCompare.SqlServer.SqlUserDefinedTableTypePairCollection
         xSQL.SchemaCompare.SqlServer.SqlUserPairCollection
         xSQL.SchemaCompare.SqlServer.SqlViewPairCollection
         xSQL.SchemaCompare.SqlServer.SqlXmlIndexPairCollection
         xSQL.SchemaCompare.SqlServer.SqlXmlSchemaCollectionPairCollection
         xSQL.SchemaCompare.SqlServer.StopListWordPairCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PairCollectionBase<TPair,TItem> Members
xSQL.SchemaCompare.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback